#include <basic_linear_matrix_solver_implementation.hpp>


Public Types | |
| typedef BaseLinearMatrixSolverInterface < T, I >::MatrixType | MatrixType |
Public Member Functions | |
| BasicLinearMatrixSolverImplementation (MatrixType &A) | |
| Default constructor. | |
| ~BasicLinearMatrixSolverImplementation (void) | |
| Destructor. | |
| typedef BaseLinearMatrixSolverInterface<T, I>::MatrixType gridpack::math::BasicLinearMatrixSolverImplementation< T, I >::MatrixType |
Reimplemented from gridpack::math::LinearMatrixSolverImplementation< T, I >.
| gridpack::math::BasicLinearMatrixSolverImplementation< T, I >::BasicLinearMatrixSolverImplementation | ( | MatrixType & | A | ) |
Default constructor.
| gridpack::math::BasicLinearMatrixSolverImplementation< T, I >::~BasicLinearMatrixSolverImplementation | ( | void | ) |
Destructor.
1.6.1